home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / AntySpyware / Spybot - Search and destroy 1.4 / spybotsd14.exe / {app} / SpybotSD.exe / 0 / RCDATA / TFORMWAITFORPROGRAMS / TFORMWAITFORPROGRAMS.txt < prev   
Text File  |  2005-05-31  |  3KB  |  155 lines

  1. object formWaitForPrograms: TformWaitForPrograms
  2.   Left = 746
  3.   Top = 165
  4.   BorderStyle = bsDialog
  5.   BorderWidth = 5
  6.   Caption = 'Programs to wait for during timed program start'
  7.   ClientHeight = 276
  8.   ClientWidth = 370
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   PopupMode = pmAuto
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object panelButtons: TPanel
  21.     Left = 0
  22.     Top = 241
  23.     Width = 370
  24.     Height = 35
  25.     Align = alBottom
  26.     BevelOuter = bvNone
  27.     ParentColor = True
  28.     TabOrder = 0
  29.     DesignSize = (
  30.       370
  31.       35)
  32.     object imgTrash: TImage
  33.       Left = 4
  34.       Top = 2
  35.       Width = 32
  36.       Height = 33
  37.       Picture.Data = {<image000.ico>}
  38.       OnDblClick = listboxWaitForDblClick
  39.       OnDragDrop = imgTrashDragDrop
  40.       OnDragOver = imgTrashDragOver
  41.     end
  42.     object buttonOK: TBitBtn
  43.       Left = 272
  44.       Top = 8
  45.       Width = 91
  46.       Height = 25
  47.       Anchors = [akTop, akRight]
  48.       TabOrder = 0
  49.       Kind = bkOK
  50.     end
  51.     object buttonCancel: TBitBtn
  52.       Left = 168
  53.       Top = 8
  54.       Width = 91
  55.       Height = 25
  56.       Anchors = [akTop, akRight]
  57.       TabOrder = 1
  58.       Kind = bkCancel
  59.     end
  60.   end
  61.   object panelWaitFor: TPanel
  62.     Left = 0
  63.     Top = 0
  64.     Width = 370
  65.     Height = 113
  66.     Align = alTop
  67.     BevelOuter = bvLowered
  68.     ParentColor = True
  69.     TabOrder = 1
  70.     object panelWaitForHeader: TPanel
  71.       Left = 1
  72.       Top = 1
  73.       Width = 368
  74.       Height = 21
  75.       Align = alTop
  76.       Alignment = taLeftJustify
  77.       Caption = '  Programs to wait for'
  78.       ParentColor = True
  79.       TabOrder = 0
  80.     end
  81.     object panelWaitForMain: TPanel
  82.       Left = 1
  83.       Top = 22
  84.       Width = 368
  85.       Height = 90
  86.       Align = alClient
  87.       TabOrder = 1
  88.       object listboxWaitFor: TListBox
  89.         Left = 1
  90.         Top = 1
  91.         Width = 366
  92.         Height = 88
  93.         Align = alClient
  94.         BorderStyle = bsNone
  95.         DragMode = dmAutomatic
  96.         ItemHeight = 13
  97.         ParentShowHint = False
  98.         ShowHint = True
  99.         Sorted = True
  100.         TabOrder = 0
  101.         OnClick = listboxWaitForClick
  102.         OnDblClick = listboxWaitForDblClick
  103.         OnDragDrop = listboxWaitForDragDrop
  104.         OnDragOver = listboxWaitForDragOver
  105.         OnMouseMove = listboxWaitForMouseMove
  106.       end
  107.     end
  108.   end
  109.   object panelRunning: TPanel
  110.     Left = 0
  111.     Top = 113
  112.     Width = 370
  113.     Height = 128
  114.     Align = alClient
  115.     BevelOuter = bvLowered
  116.     ParentColor = True
  117.     TabOrder = 2
  118.     object panelRunningHeader: TPanel
  119.       Left = 1
  120.       Top = 1
  121.       Width = 368
  122.       Height = 21
  123.       Align = alTop
  124.       Alignment = taLeftJustify
  125.       Caption = '  Running programs'
  126.       ParentColor = True
  127.       TabOrder = 0
  128.     end
  129.     object panelRunningMain: TPanel
  130.       Left = 1
  131.       Top = 22
  132.       Width = 368
  133.       Height = 105
  134.       Align = alClient
  135.       TabOrder = 1
  136.       object listboxRunning: TListBox
  137.         Left = 1
  138.         Top = 1
  139.         Width = 366
  140.         Height = 103
  141.         Align = alClient
  142.         BorderStyle = bsNone
  143.         DragMode = dmAutomatic
  144.         ItemHeight = 13
  145.         ParentShowHint = False
  146.         ShowHint = True
  147.         Sorted = True
  148.         TabOrder = 0
  149.         OnDblClick = listboxRunningDblClick
  150.         OnMouseMove = listboxRunningMouseMove
  151.       end
  152.     end
  153.   end
  154. end
  155.